-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add POC engine UX #6803
Merged
Merged
Add POC engine UX #6803
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 tasks
- List rules - Rule detail on flyout with tabs: - Table - JSON - Relationship (visualization) - Events - Import file - Create new rule - Visual editor (form) - File editor - Adapt components from main to support the required use cases - Add plugin dependencies to engine plugin - Enhance DocViewer component - Create component to fetch and display data from indexer
…zuh/wazuh-kibana-app into enhancement/wd-216-poc-engine
asteriscos
changed the base branch from
master
to
enhancement/5.0-poc-integration-branch
July 9, 2024 12:35
…esponse from pathname change
- fix bugs on TableIndexer component - replace icon on export formatted button of TableIndexer component - rename rule creation endpoint path from new to create - add spec merge for rule asset - move rule detail flyout to another component - enhance the form to create rule asset - create withGuard, withGuardAsync and withDataSourceFetch HOCs - add component to edit the rule asset - enhance render of rule and parents on Rule asset list - enhance utils to transform the spec
…zuh/wazuh-kibana-app into enhancement/wd-216-poc-engine
…zuh/wazuh-kibana-app into enhancement/wd-216-poc-engine
- Create component to select the configuration method - Replace the creator with configuration method switch - Create paths for editors or rules and outputs - Enhance spec of rule and outputs - Enhance render of arrayOf form fields on form editor
…zuh/wazuh-kibana-app into enhancement/wd-216-poc-engine
…zuh/wazuh-dashboard-plugins into enhancement/wd-216-poc-engine
asteriscos
changed the base branch from
enhancement/5.0-poc-integration-branch
to
master
August 23, 2024 08:55
|
|
|
asteriscos
approved these changes
Aug 23, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
A new plugin has been added to the platform, which is visible in
Server Management
>Engine
.Within this new plugin, the following views have been added:
Each of these views comes with the respective functionalities described in the engine user manual.
Issues Resolved
Evidence
Test
[Provide instructions to test this PR]
Check List
yarn test:jest